home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d1 / batchlrn.arc / AUTO-2.HLP < prev    next >
Text File  |  1991-06-17  |  1KB  |  24 lines

  1.         If you want to terminate AUTOEXEC.BAT file  (or any other
  2.         batch file) issue Ctrl C as explained in INTRO.
  3.                    HOW TO CREATE AN AUTOEXEC.BAT FILE
  4.         If, for example, you wanted to automatically load GWBASIC
  5.         and run a directory  program (called BASPGMS.) EVERY time
  6.         time you started DOS(booted),here is how you would create
  7.         the AUTOEXEC.BAT file for that purpose:
  8.         1. NOTE:if your CURRENT directory is >NOT the ROOT direc-
  9.         tory go back to the root directory using CHDIR(CD\) cmnd.
  10.         AUTOEXEC.BAT MUST always be in the ROOT directory so that
  11.         DOS can find it when you start your system.
  12.         2. Type:
  13.                 COPY CON: AUTOEXEC.BAT
  14.         This statement tells DOS to copy the information you en-
  15.         ter through the keyboard (CONsole) to AUTOEXEC.BAT!
  16.         AUTOEXEC.BAT file.
  17.         3. Now type:
  18.                 GWBASIC BASPGMS
  19.         This statement goes into the >>>AUYTOEXECBAT file to tell
  20.         DOS to load GWBASIC and run the directory program.
  21.         4. Press the CTRL and Z keys BOTH at once, then release &
  22.         hit RETURN. YOU'VE DONE IT! PERHAPS YOUR FIRST "BATCHING"
  23.         --& BASPGMS will now run automatically whenever you boot!
  24.